COMPLEX CARE SOCIAL WORKER - LMSW, LCSW
Sign On Bonus Potential: $15,000
Baltimore, MD
SINAI HOSPITAL
CARE TRANSITIONS
Full-time - Day shift - 8:00am-4:30pm
Allied Health
83456
$28.00-$49.00 Experience based
Posted:
November 15, 2024
Apply Now
// Setting the Saved Jobs link
function setsavedjobs(externalidlist) {
if(typeof externalidlist !== 'undefined') {
var saved_jobs_query = '/jobs/search?'+externalidlist.replace(/\-\-/g,'&external_id[]=')+'&saved_jobs=1';
var saved_jobs_query_sub = saved_jobs_query.replace('/jobs/search?','').replace('&saved_jobs=1','');
if (saved_jobs_query_sub != '') {
$('.saved_jobs_link').attr('href',saved_jobs_query);
}
else {
$('.saved_jobs_link').attr('href','/pages/saved-jobs');
}
}
}
var is_job_saved = 'false';
var job_saved_message;
function savejob(jobid) {
var job_item;
if (is_job_saved == 'true') {
is_job_saved = 'false';
job_item = '';
$('.saved-jobs-alert__check').toggleClass('removed');
$('.saved-jobs-alert__message').html('Job has been removed.');
}
else {
is_job_saved = 'true';
job_item = ''+'--'+jobid;
$('.saved-jobs-alert__check').toggleClass('removed');
$('.saved-jobs-alert__message').html('Job has been saved!');
}
document.cookie = "c_jobs="+job_item+';expires=;path=/';
$('.button-saved, .button-save').toggleClass('d-none');
$('.button-saved').append('
');
$('.saved-jobs-alert-wrapper').fadeIn();
setTimeout(function() {
$('.button-saved').html('Saved');
$('.saved-jobs-alert-wrapper').fadeOut();
}, 2000);
// Setting the Saved Jobs link - function call
setsavedjobs(job_item);
}
Save Job
Saved
Summary
Job Summary:
This role will facilitate discharge planning in line with goals for length of stays related to difficult to place, high-cost and escalated patients. The Complex Care Social Worker will use a multi-step escalation protocol to identify those patients with barriers that prevent an effective discharge within the goals for length of stay. In conjunction with the interdisciplinary team the Complex Care Social Worker will assume responsibility for the escalated patients in accordance with set standards for discharge planning. The Complex Care Social Worker will also monitor the difficult to place and high-cost patient to identify early intervention opportunities to affect a discharge in a timely and cost-saving manner within the accepted utilization review guidelines.
Requirements:
Seasoned professional knowledge; equivalent to a Master's degree; knowledge in more than one discipline
LCSW/LCSW-C
3-5 years experience
#CareerPriority
Additional Information
As one of the largest health care providers in Maryland, with 13,000 team members, We strive to
CARE BRAVELY
for over 1 million patients annually. LifeBridge Health includes Sinai Hospital of Baltimore, Northwest Hospital, Carroll Hospital, Levindale Hebrew Geriatric Center and Hospital and Grace Medical Center, as well as our Community Physician Enterprise, Center for Hope, Practice Dynamics, and business partners: LifeBridge Health & Fitness, ExpressCare and HomeCare of Maryland.
Share:
talemetry.share();
Apply Now
var jobsmap = null;
var jobsmap_id = "gmapukcbp";
var cslocations = $cs.parseJSON('[{\"id\":\"\",\"title\":\"COMPLEX CARE SOCIAL WORKER - LMSW, LCSW\",\"permalink\":\"complex-care-social-worker-lmsw-lcsw\",\"geography\":{\"lat\":\"39.\",\"lng\":\"-76.\"},\"location_string\":\"2401 W. Belvedere Avenue, Baltimore, MD\"}]');
function tm_map_script_loaded(){
jobsmap = new csns.maps.jobs_map().draw_map(jobsmap_id, cslocations);
}
function tm_load_map_script(){
csns.maps.script.load( function(){
tm_map_script_loaded();
});
}
$(document).ready(function(){
tm_load_map_script();
});